Welcome![Sign In][Sign Up]
Location:
Search - WebService xml

Search list

[WEB Codezaypay

Description: xml-api webservice for doing SMS microtransactions in php websites
Platform: | Size: 3072 | Author: pepinw | Hits:

[WEB Codetarzan

Description: xml-soap webservice for manipulating amazon web api calls. build amazon cloud apps fast!
Platform: | Size: 112640 | Author: pepinw | Hits:

[transportation applicationsCodejia

Description: 后台代码全部为asp.net实现,使用webservice作为数据接口。 汇率、彩票、每日一句英语都是定时采集,每天保存为一个xml文件作缓存使用,减轻服务器压力。 界面是仿照114工具箱做的,用了jquery,有很多重复垃圾代码,没有空重构。 数据库保存了全国的邮编信息和手机归属地信息, -The code-behind all for asp.net using the webservice as the data interface. Exchange rate, lottery tickets, a day an English are regular collection day, save for an xml file using the cache to reduce the server stress. The interface is modeled after the 114 Toolbox, use jquery, there are a lot of repetitions garbage code, there is no empty reconstruction. The database holds the country s Zip and mobile phone ownership,
Platform: | Size: 7058432 | Author: 代言人 | Hits:

[androidBannerAdSample2

Description: android 生活助手查询,有英汉互译,邮政编码,天气预报,手机归属地和日程管理,主要使用webservice技术采用xml解析-the android life assistant inquiries, Translation, zip code, weather forecasts, mobile phone ownership and schedule management, main webservice technology xml parsing
Platform: | Size: 10430464 | Author: 李海洋 | Hits:

[xml-soap-webserviceaxis2

Description: axis 2 的webservice配置xml文件。-a*.xml document for webservice deploy with axis2
Platform: | Size: 5120 | Author: sdfa | Hits:

[Linux-Unixlibxml2-2.7.8.tar

Description: libxml2软件包,嵌入式中C语言实验xml的快速组包,拆包工作,在嵌入式中开发webService时使用方便。-libxml2 packages, embedded in C language test xml fast group package, unpacking work, when in the embedded development webService easy to use.
Platform: | Size: 4858880 | Author: 阿华 | Hits:

[JSP/Javajaxrpc

Description: 1. 编写XML文档,表示相应学生数据. 2. 编写代码,使用DOM方式解析32题中的XML文档,要求在Java控制台输出所有的学生信息。 3. 编写项目,使用JAX-RPC发布WebService,要求能够根据学号查询学生姓名-1 write XML documents, indicates that the corresponding student data. 2. Write code using DOM parse the XML document 32 questions, asked in the Java console output information for all students. 3. Preparation of project, using JAX-RPC publishing WebService, requires the ability to check the student' s name according to learning
Platform: | Size: 2725888 | Author: 胡晓依 | Hits:

[Linux-Unixtinyxmlparser

Description: linux平台,webservice解析xml文件源代码。-linux platform, webservice
Platform: | Size: 10240 | Author: 段静 | Hits:

[JSP/Javaaxis_webService

Description: java webservice axis的一个简单实现,通过客户端调用服务器端接口,处理结果以xml格式返回到服务器端-A simple implementation of java webservice axis, call the server through the client-side interface, the results returned to the server in xml format
Platform: | Size: 2490368 | Author: 小刘 | Hits:

[CSharpmyWebService

Description: C # 调用 webservice 返回xml格式-C# webservice
Platform: | Size: 17980416 | Author: 来了 | Hits:

[Windows Developwebserviceaxistest

Description: JSP webservice配置开发实例,一个简单的webservice 开发实例,含axis-bin-1_3.zip,测试axis,新建一个web项目:axisTest,WEB-INF 目录下 和web.xml 同一级目录。内附webservice配置开发实例 文档介绍.doc,详细配置情况请参考这个文档-JSP webservice configuration examples of the development, the development of a simple webservice instance, with axis-bin-1_3.zip, test axis, a new web project: axisTest, under WEB-INF directory and web.xml same level directory. Enclosing instance document describes the development webservice configuration. Doc, detailed configuration information, please refer to this document
Platform: | Size: 13191168 | Author: 赵坤东 | Hits:

[Delphi VCLrestfulWebService

Description: 用Delphi开发webservice实例,返回指定的XML格式文件-Delphi development with the WebService instance, to return the specified XML format file
Platform: | Size: 167936 | Author: tzd | Hits:

[androidAirportTicket

Description: 简单的机票预订系统源码是用调用webservice获取xml,将获得xml再解析出来,目前只能用解析xml方法。 -Simple ticket reservation system source code is to use the call XML to get WebService, will get XML to parse out, the current can only use the analytic XML method.
Platform: | Size: 717824 | Author: 闫晓鹏 | Hits:

[androidWebServer

Description: 基于android studio下的工程 使用HttpURLConnection访问WebService 使用多线程以及Handler更新UI 使用XmlPullParser解析xml文档数据 -HttpURLConnection WebService Handler UI XmlPullParser
Platform: | Size: 6502400 | Author: 王加 | Hits:

[android2016

Description: android关于websurvice调用及xml解析相关的代码实例哦-android on webservice calls and parse the xml code examples
Platform: | Size: 3394560 | Author: zengganping | Hits:

[Internet-NetworkSOAP_XFire

Description: 开发环境:jdk1.6 + Tomcat7 + MyEclipse10 源码下载地址张贴在文章最后面: 首先是使用WSDL协议实现:这里使用XFire XFire一个免费、开源的SOAP框架,它构建了POJO和SOA之间的桥梁,主要特性就是支持将POJO通过非常简单的方式发布成Web服务,其原理是以接口反射机制自动取得远程方法的 WSDL是一个用来描述Web服务和说明如何与Web服务通信的XML语言 准备:开发之前请先下载xfire-distribution-1.2.6.zip并解压缩 (1)、新建一个Web项目(服务端),名称为XFireWebService,其目的是为了测试WebService服务端 为工程添加XFire支持的类库,把xfire-1.2.6里lib所有jar和xfire-all-1.2.6.jar拷贝到工程lib里 (2)、把XFire加载到系统中来,增加web.xml的配置信息.... -Development environment: jdk1.6+ Tomcat7+ MyEclipse10 Download source code posted at the end of the article: The first is implemented using the WSDL protocol: XFire is used here XFire a free, open source SOAP framework, which builds a bridge between POJO and SOA, the main feature is to support the POJO in a very simple way to publish into a Web service, the principle is to automatically obtain the remote interface reflection mechanism A WSDL is an XML language that describes a Web service and describes how to communicate with a Web service Prepare: Download xfire-distribution-1.2.6.zip and unzip it before proceeding (1), create a new Web project (server), the name is XFireWebService, its purpose is to test WebService server XFire support for the project to support the class library, the xfire-1.2.6 lib all jar and xfire-all-1.2.6.jar copy to the project lib (2), the XFire loaded into the system to increase web.xml configuration information ....
Platform: | Size: 28559360 | Author: KENNY | Hits:

[Other丰桥SDK

Description: 顺丰丰桥SDK,可接入顺丰丰桥系统 丰桥API统一使用UTF-8编码的XML报文。 接口通信协议支持WEBSERVICE及HTTP/POST协议。 1) 当使用WEBSERVICE接口时,报文通过方法参数传入(两个参数分别为XML报文及校验码)。 2) 当使用HTTP/POST接口时,通过一个名叫xml的参数传入XML报文,一个名叫verifyCode的参数传入校验码。
Platform: | Size: 1469889 | Author: whiteb | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net